home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qwhite10.arc / DESQMEM.TEC < prev    next >
Text File  |  1990-08-16  |  2KB  |  38 lines

  1. ID:DM Memory usage by DESQview
  2. Quarterdeck Technical Note
  3. by Dan Sallitt
  4.  
  5. In its unmodified state, DESQview 2.2 takes up, somewhere in 
  6. memory, between 145K and 170K.  The differences are due to 
  7. various drivers that DESQview may or may not load depending on 
  8. its setup configuration and the hardware on which it is running.  
  9. The low-end figure of 145K can be reduced a bit by throwing away 
  10. features in DESQview's Setup.  On a machine with only 640K of 
  11. memory, all of DESQview's code resides in conventional memory.
  12.  
  13. If your machine has extended memory, DESQview can place 63K of 
  14. its code at the beginning of extended memory with our QEXT.SYS 
  15. driver and our XDV.COM loader.
  16.  
  17. If your machine has any kind of expanded memory, DESQview can 
  18. place 32K of its code in the LIM page frame with XDV.COM, 
  19. switching this code out of harm's way when the page frame is in 
  20. use.  When both extended and expanded memory is present, DESQview 
  21. can therefore remove 95K of itself from conventional memory.
  22.  
  23. If your machine's expanded memory permits the mapping of 
  24. additional pages of expanded memory between 640K and 1024K, 
  25. DESQview can place even more of its code in high RAM with 
  26. XDV.COM.  On a machine that provides enough free mappable pages 
  27. between 640K and 1024K, it is common to observe that DESQview 
  28. leaves little more than 1K of its code in conventional memory.
  29.  
  30. (When computing DESQview's overhead in running a program, you 
  31. should remember that a certain amount of memory - 9K, on the 
  32. average - is taken as overhead when a window is opened.  This 
  33. figure can be decreased a small amount by manipulating the Change 
  34. a Program menus for the program in question.)
  35.  
  36.         Copyright (C) 1990 by Quarterdeck Office Systems
  37.              * * *   E N D   O F   F I L E    * * * 
  38.